home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / osi / isode / dosisode / DOSISODE-RUNTIME.ZIP / ETC / ISOSERVI < prev    next >
Encoding:
Text File  |  1992-07-03  |  5.6 KB  |  212 lines

  1. ###############################################################################
  2. #
  3. # isoservices - ISODE Services Database
  4. #
  5. #    Mappings between services, selectors, and programs
  6. #
  7. #
  8. # $Header: /xtel/isode/isode/config/RCS/services.local,v 9.0 1992/06/16 12:11:35 isode Rel $
  9. #
  10. #
  11. # $Log: services.local,v $
  12. # Revision 9.0  1992/06/16  12:11:35  isode
  13. # Release 8.0
  14. #
  15. ###############################################################################
  16.  
  17.  
  18. ###############################################################################
  19. #
  20. # Syntax:
  21. #
  22. #    <provider>/<entity> <selector> <arg0> <arg1> ... <argn>
  23. #
  24. #    Each token is separated by LWSP, though double-quotes may be
  25. #    used to prevent separation
  26. #
  27. ###############################################################################
  28.  
  29.  
  30. ###############################################################################
  31. # locally defined services
  32. #    (this section is usually empty...)
  33. ###############################################################################
  34.  
  35.  
  36.  
  37. # local additions end here (do not remove this line)
  38.  
  39. ###############################################################################
  40. #
  41. # $Header: /xtel/isode/isode/support/RCS/services.db,v 9.0 1992/06/16 12:40:09 isode Rel $
  42. #
  43. #
  44. # $Log: services.db,v $
  45. # Revision 9.0  1992/06/16  12:40:09  isode
  46. # Release 8.0
  47. #
  48. ###############################################################################
  49.  
  50.  
  51. ###############################################################################
  52. #
  53. # Entities living above the lightweight presentation service
  54. #
  55. #    Selector is unimportant
  56. #
  57. ###############################################################################
  58.  
  59. "lpp/isode miscellany"        ""        lpp.imisc
  60. lpp/mib                ""        lpp.cmot
  61.  
  62.  
  63. ###############################################################################
  64. #
  65. # Entities living above the transport layer, expressed as TSAP IDs
  66. #
  67. #       0      reserved
  68. #      1-127      reserved for GOSIP
  69. #    128-255      GOSIP-style TSAP IDs for ISODE
  70. #    256-511      TSAP selectors for ISO applications
  71. #    512-1023  TSAP selectors for ISODE
  72. #      1024-2047  TSAP selectors reserved for local programs
  73. #      2048-32767 unassigned
  74. #     32768-65535 process-specific
  75. #
  76. ###############################################################################
  77.  
  78. # internal server to support asynchronous event INDICATIONs
  79. tsap/isore              #0        isore
  80.  
  81. # GOSIP-style addressing
  82. tsap/session              #1        tsapd-bootstrap
  83.  
  84. # debug aids
  85. tsap/echo            #128        isod_all
  86. tsap/sink            #129        isod_all
  87.  
  88. # ISO applications
  89.  
  90. # this is where ISODE 5.0 FTAM (IS over IS) lives
  91. "tsap/filestore"        #259        iso_ftam
  92.  
  93. # this is where ISODE 4.0 FTAM (DIS over IS) lives
  94. "tsap/filestore"        #258        iso_ftam-4.0
  95.  
  96. # this is where ISODE 3.0 FTAM (DIS over DIS) lived
  97. "tsap/filestore"        #256        iso_ftam-3.0
  98.  
  99. # QUIPU is a static server
  100. #"tsap/directory"        #257        iso.quipu
  101.  
  102. "tsap/terminal"            #260        iso.vt
  103.  
  104. "tsap/mib"            #261        ros.cmip
  105.  
  106. "tsap/Z39.50"            #262        iso.z39-50
  107.  
  108. # ISODE applications
  109. "tsap/isode echo"        #512        isod_all
  110. "tsap/isode rtse echo"        #513        isod_all -rtse
  111. "tsap/isode ros_echo"        #514        isod_all -rtse -rose
  112. "tsap/isode sink"        #515        isod_all
  113. "tsap/isode rtse sink"        #516        isod_all -rtse
  114. "tsap/isode ros_sink"        #517        isod_all -rtse -rose
  115. "tsap/isode miscellany"        #518        ros_imisc
  116. # imagestore is obsolete
  117. #"tsap/imagestore"        #519        ros.image
  118. "tsap/isode callback demo"    #520        iso.callback
  119. "tsap/passwdstore"        #521        ros.lookup
  120. # dbmstore is obsolete
  121. #"tsap/dbmstore"        #522        ros.dbm
  122. # temporary until the FTAM/FTP gateway is co-resident with the FTAM responder
  123. "tsap/ftpstore"            #523        iso_ftam-ftp
  124. "tsap/shell"            #524        ros.osh
  125. "tsap/isode idist"        #525        ros.idist
  126. "tsap/rfa"            #526        ros.rfa
  127.  
  128.  
  129. ###############################################################################
  130. #
  131. # Entities living above the session layer, expressed as SSAP IDs
  132. #
  133. #       0      reserved
  134. #      1-127      reserved for GOSIP
  135. #    128-255   GOSIP-style SSAP IDs for ISODE
  136. #    256-1023  unassigned
  137. #      1024-2047  SSAP selectors reserved for local programs
  138. #      2048-32767 unassigned
  139. #     32768-65535 process-specific
  140. #
  141. ###############################################################################
  142.  
  143. # GOSIP-style addressing
  144. ssap/presentation          #1        tsapd-bootstrap
  145. ssap/rts              #2        tsapd-bootstrap
  146. ssap/ros              #3        tsapd-bootstrap
  147.  
  148. # debug aids
  149. ssap/echo            #128        isod_all
  150. ssap/sink            #129        isod_all
  151.  
  152.  
  153. ###############################################################################
  154. #
  155. # Entities living above the presentation layer, expressed as PSAP IDs
  156. #
  157. #       0      reserved
  158. #      1-127      reserved for GOSIP
  159. #    128-255   GOSIP-style PSAP IDs for ISODE
  160. #    256-1023  unassigned
  161. #      1024-2047  PSAP selectors reserved for local programs
  162. #      2048-32767 unassigned
  163. #     32768-65535 process-specific
  164. #
  165. ###############################################################################
  166.  
  167. # GOSIP-style addressing
  168. psap/ftam              #1        iso_ftam
  169.  
  170. # debug aids
  171. psap/echo            #128        isod_all
  172. psap/sink            #129        isod_all
  173.  
  174.  
  175. ###############################################################################
  176. #
  177. # Old-style RTS addressing
  178. #
  179. #       0      reserved
  180. #      1-127      reserved for GOSIP
  181. #    128-255   GOSIP-style for ISODE
  182. #
  183. ###############################################################################
  184.  
  185. # mhs
  186. rtsap/p1              1
  187. rtsap/p3              3
  188.  
  189. # debug aids
  190. rtsap/echo            #128        isod_all
  191. rtsap/sink            #129        isod_all
  192. rtsap/ros_echo            #130        isod_all
  193. rtsap/ros_sink            #131        isod_all
  194. "rtsap/file transfer"        #132        iso.rtf
  195.  
  196.  
  197. ###############################################################################
  198. #
  199. # Old-style ROS addressing
  200. #
  201. #       0      reserved
  202. #      1-127      reserved for GOSIP
  203. #    128-255      GOSIP-style for ISODE
  204. #
  205. ###############################################################################
  206.  
  207. # debug aids
  208. rosap/echo            #128        isod_all
  209. rosap/sink            #129        isod_all
  210.